[clang] [flang] [flang]Add support for -moutline-atomics and -mno-outline-atomics (PR #78755)

Kiran Chandramohan via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 2 05:00:28 PST 2024


================
@@ -0,0 +1,18 @@
+! RUN: %flang -S -emit-llvm --target=aarch64-none-none -moutline-atomics -o - %s | FileCheck %s --check-prefixes=CHECKON,CHECKALL
----------------
kiranchandramohan wrote:

I think it is better if this is in the integration test directory.

https://github.com/llvm/llvm-project/pull/78755


More information about the cfe-commits mailing list