================
@@ -0,0 +1,16 @@
+! Test handling of -fsplit-machine-functions and -fno-split-machine-functions.
+
+! RUN: %if x86-registered-target %{ %flang_fc1 -emit-llvm -triple
x86_64-unknown-linux-gnu %s -o - | FileCheck %s --check-prefix=NEG_FLAG %}
+! RUN: %if x86-registered-target %{ %flang -###
--target=x86_64-unknown-linux-gnu -fsplit-machine-functions %s 2>&1 | FileCheck
%s --check-prefix=POS_FLAG %}
+! RUN: %if x86-registered-target %{ %flang -###
--target=x86_64-unknown-linux-gnu -fno-split-machine-functions %s 2>&1 |
FileCheck %s --check-prefix=NEG_FLAG %}
----------------
kaviya2510 wrote:
Done
https://github.com/llvm/llvm-project/pull/216637
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits