-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Revert "[NFC][CFI] Dump test output to debug llvm-clang-win-x-aarch64 failure" #136029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "[NFC][CFI] Dump test output to debug llvm-clang-win-x-aarch64 failure" #136029
Conversation
… failure…" This reverts commit e77ef7b.
@llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-driver Author: Vitaly Buka (vitalybuka) ChangesReverts llvm/llvm-project#136002 Not needed any more. Full diff: https://github.com/llvm/llvm-project/pull/136029.diff 1 Files Affected:
diff --git a/clang/test/Driver/sanitizer-ld.c b/clang/test/Driver/sanitizer-ld.c
index c04831171bba9..a00ec029d3d46 100644
--- a/clang/test/Driver/sanitizer-ld.c
+++ b/clang/test/Driver/sanitizer-ld.c
@@ -839,14 +839,6 @@
// CHECK-CFI-PREREQ-LINUX: '-fsanitize=cfi' only allowed with '-flto'
// CHECK-CFI-PREREQ-LINUX: '-fsanitize=cfi' only allowed with '-fvisibility='
-// CFI by itself does not link runtime libraries.
-// RUN: %clang -fsanitize=cfi \
-// RUN: -flto -fvisibility=hidden \
-// RUN: --target=x86_64-unknown-linux -fuse-ld=ld -rtlib=platform \
-// RUN: -resource-dir=%S/Inputs/resource_dir \
-// RUN: --sysroot=%S/Inputs/basic_linux_tree \
-// RUN: -### %s
-
// CFI by itself does not link runtime libraries.
// RUN: %clang -fsanitize=cfi \
// RUN: -flto -fvisibility=hidden \
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/16310 Here is the relevant piece of the build log for the reference
|
… failure" (llvm#136029) Reverts llvm#136002 Not needed any more.
Reverts #136002
Not needed any more.