Skip to content

Commit faa8804

Browse files
committed
fixup! [BOLT][AArch64] Fix PLT optimization
1 parent 5a51bff commit faa8804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bolt/test/AArch64/exceptions-plt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// REQUIRES: system-linux
44

5-
// RUN: %clangxx %cflags -O1 -Wl,-q,-znow %s -o %t.exe
5+
// RUN: %clangxx %cxxflags -O1 -Wl,-q,-znow %s -o %t.exe
66
// RUN: llvm-bolt %t.exe -o %t.bolt.exe --plt=all --print-only=.*main.* \
77
// RUN: --print-finalized 2>&1 | FileCheck %s
88

bolt/test/runtime/exceptions-plt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// REQUIRES: system-linux
44

5-
// RUN: %clangxx -O1 -Wl,-q,-znow %s -o %t.exe
5+
// RUN: %clangxx %cxxflags -O1 -Wl,-q,-znow %s -o %t.exe
66
// RUN: llvm-bolt %t.exe -o %t.bolt.exe --plt=all
77
// RUN: %t.bolt.exe
88

0 commit comments

Comments
 (0)