================ @@ -0,0 +1,99 @@ +! RUN: %flang -fsafe-trampoline -emit-llvm -S -o - %s | FileCheck %s ---------------- tarunprabhu wrote:
Most tests in `flang/test/Lower` use `%flang_fc1`. We should probably stick to that convention. ```suggestion ! RUN: %flang_fc1 -fsafe-trampoline -emit-llvm -o - %s | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/183108 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
