[all-commits] [llvm/llvm-project] 6678f6: [BOLT][test] Fix cross-compilation tests after D15...
Elvina Yakubova via All-commits
all-commits at lists.llvm.org
Thu Sep 7 14:06:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6678f602c243fe8a9c9db9d02b162f02ecec5173
https://github.com/llvm/llvm-project/commit/6678f602c243fe8a9c9db9d02b162f02ecec5173
Author: Elvina Yakubova <elvina.yakubova at huawei.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M bolt/runtime/CMakeLists.txt
M bolt/test/X86/bolt-address-translation-internal-call.test
M bolt/test/X86/instrumentation-eh_frame_hdr.cpp
M bolt/test/X86/internal-call-instrument.s
M bolt/test/runtime/meta-merge-fdata.test
Log Message:
-----------
[BOLT][test] Fix cross-compilation tests after D151920
Fix tests that are failing in cross-compilation after D151920
(https://lab.llvm.org/buildbot/#/builders/221/builds/17715):
- instrumentation-ind-call, basic-instrumentation: add -mno-outline-atomics flag to runtime lib
- bolt-address-translation-internal-call, internal-call-instrument: add %cflags
- meta-merge-fdata: restrict to x86_64
Reviewed By: Amir
Differential Revision: https://reviews.llvm.org/D159094
More information about the All-commits
mailing list