Skip to content

Commit ad4845c

Browse files
authored
Remove '-fno-inline' compiler option for AArch64 Pauthtest builder. (llvm#739)
1 parent 1543747 commit ad4845c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4050,8 +4050,7 @@ def collapseRequestsDoxygen(master, builder, req1, req2):
40504050
),
40514051
TestSuiteBuilder.getLlvmTestSuiteSteps(
40524052
# Common C/CXX flags.
4053-
#TODO: remove -fno-inline since the Clang debug info related crash gets fixed.
4054-
compiler_flags = "--target=aarch64-linux-pauthtest -march=armv8l+pauth -O2 -fno-inline",
4053+
compiler_flags = "--target=aarch64-linux-pauthtest -march=armv8l+pauth -O2",
40554054
# Common linker flags.
40564055
linker_flags = util.Interpolate(
40574056
"--target=aarch64-linux-pauthtest -march=armv8l+pauth -O2 "

0 commit comments

Comments
 (0)