We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a719091 commit c39b1aeCopy full SHA for c39b1ae
bolt/test/lsda-section-name.cpp
@@ -1,8 +1,8 @@
1
// This test check that LSDA section named by .gcc_except_table.main is
2
// disassembled by BOLT.
3
4
-// RUN: %clang++ %cxxflags -O3 -no-pie -c %s -o %t.o
5
-// RUN: %clang++ %cxxflags -O3 -no-pie -fuse-ld=lld %t.o -o %t
+// RUN: %clangxx %cxxflags -O3 -no-pie -c %s -o %t.o
+// RUN: %clangxx %cxxflags -O3 -no-pie -fuse-ld=lld %t.o -o %t
6
// RUN: llvm-objcopy --rename-section .gcc_except_table=.gcc_except_table.main %t
7
// RUN: llvm-readelf -SW %t | FileCheck %s
8
// RUN: llvm-bolt %t -o %t.bolt
0 commit comments