
This fixes the llvm-support build that generates the profile data, and wraps the whole `cmake --build` command with perf instead of wrapping each individual clang invocation. This limits the number of profile files generated and reduces the time spent running perf2bolt.
3 lines
164 B
Plaintext
3 lines
164 B
Plaintext
RUN: %cmake -G %cmake_generator -B %t -S %llvm_src_dir %cmake_compiler_args -DCMAKE_BUILD_TYPE=Release
|
|
RUN: %perf_wrapper %cmake --build %t -v --target LLVMSupport
|