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 | be358356e75d44e2915bf379a3be0b36538aacd5 (patch) | |
tree | f3ab063bd4cc982f402d73f8b0dba3ff131ba3ec | |
parent | ff47f3d1165e644f88f85499764430272fcac1f1 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 081833998b8..de769d97bbd 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. |