[all-commits] [llvm/llvm-project] 2bc406: Revert "[test][Support] Disable CFI-icall for Dyna...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Jun 9 13:58:02 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bc40691cd99e819fc35a852a33d53a04074458f
https://github.com/llvm/llvm-project/commit/2bc40691cd99e819fc35a852a33d53a04074458f
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M llvm/unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
Log Message:
-----------
Revert "[test][Support] Disable CFI-icall for DynamicLibrary Overload test (#202446)" (#202768)
Reverts llvm/llvm-project#202684
This breaks builds with some gcc versions (at least v14).
```
/home/aidengrossman/llvm-project/llvm/unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp:62:32: error: attributes are not allowed on a function-definition
62 | TEST(DynamicLibrary, Overload) __attribute__((no_sanitize("cfi-icall"))) {
| ^~~~~~~~~~~~~
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list