File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ class LLVM_LIBRARY_VISIBILITY FreeBSD : public Generic_ELF {
7878 void AddHIPIncludeArgs (const llvm::opt::ArgList &DriverArgs,
7979 llvm::opt::ArgStringList &CC1Args) const override ;
8080
81+ bool IsAArch64OutlineAtomicsDefault (
82+ const llvm::opt::ArgList &Args) const override {
83+ return true ;
84+ }
85+
8186 UnwindTableLevel
8287 getDefaultUnwindTableLevel (const llvm::opt::ArgList &Args) const override ;
8388 bool isPIEDefault (const llvm::opt::ArgList &Args) const override ;
Original file line number Diff line number Diff line change 4444// RUN: %clang --target=aarch64-windows-gnu -rtlib=compiler-rt \
4545// RUN: -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-OUTLINE-ATOMICS-OFF %s
4646
47+ // RUN: %clang --target=aarch64-unknown-freebsd -rtlib=compiler-rt \
48+ // RUN: -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-OUTLINE-ATOMICS-ON %s
49+
4750// RUN: %clang --target=aarch64-unknown-openbsd -rtlib=compiler-rt \
4851// RUN: -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-OUTLINE-ATOMICS-ON %s
4952
You can’t perform that action at this time.
0 commit comments