[all-commits] [llvm/llvm-project] 3876cd: [Profile] Add -no-opaque-pointers to IR tests (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Apr 8 06:44:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3876cd10ae202110fc02e494cd0799ce6120aa9b
https://github.com/llvm/llvm-project/commit/3876cd10ae202110fc02e494cd0799ce6120aa9b
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-08 (Fri, 08 Apr 2022)
Changed paths:
M compiler-rt/test/profile/Linux/counter_promo_for.c
M compiler-rt/test/profile/Linux/counter_promo_while.c
Log Message:
-----------
[Profile] Add -no-opaque-pointers to IR tests (NFC)
The output differs slightly with opaque pointers (no GEP constexpr),
add -no-opaque-pointers for now.
Commit: 7d2a1b6de4205dde613e83078314c13438f46578
https://github.com/llvm/llvm-project/commit/7d2a1b6de4205dde613e83078314c13438f46578
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-08 (Fri, 08 Apr 2022)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_allowlist_ignorelist.cpp
Log Message:
-----------
[Sanitizer] Add -no-opaque-pointers to IR test (NFC)
This test is currently looking for specific typed-pointer IR,
so explicitly disable opaque pointers.
Compare: https://github.com/llvm/llvm-project/compare/692a147bf433...7d2a1b6de420
More information about the All-commits
mailing list