diff options
author | sereja589 <[email protected]> | 2022-02-10 16:51:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:49 +0300 |
commit | 0957ceeddac35c6588240dd8a05b54ae3274bf7d (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | be358356e75d44e2915bf379a3be0b36538aacd5 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
-rw-r--r-- | build/ymake.core.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index de769d97bbd..081833998b8 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -7195,15 +7195,15 @@ macro LLVM_COMPILE_C(Input, Output, Opts...) { PEERDIR(build/platform/clang) } -### @usage: BPF(Input Output Opts...) -### -### Emit eBPF bytecode from .c file. -### Note: Output name is used as is, no extension added. -macro BPF(Input, Output, Opts...) { +### @usage: BPF(Input Output Opts...) +### +### Emit eBPF bytecode from .c file. +### Note: Output name is used as is, no extension added. +macro BPF(Input, Output, Opts...) { .CMD=$YMAKE_PYTHON ${input:"build/scripts/clang_wrapper.py"} $WINDOWS $CLANG_ROOT/bin/clang ${pre=-I:_C__INCLUDE} $C_FLAGS_PLATFORM -target bpf -c ${input:Input} -o ${output;noauto:Output} $Opts ${kv;hide:"p BP"} ${kv;hide:"pc light-green"} - PEERDIR(build/platform/clang) -} - + PEERDIR(build/platform/clang) +} + ### @usage: BPF_STATIC(Input Output Opts...) ### ### Emit eBPF bytecode from .c file. |