================ @@ -0,0 +1,53 @@ +// RUN: %clang_cc1 -std=c11 -emit-llvm -o - -triple x86_64-unknown-linux %s | FileCheck %s ---------------- AaronBallman wrote:
```suggestion // RUN: %clang_cc1 -emit-llvm -o - -triple x86_64-unknown-linux %s | FileCheck %s ``` I don't think we need a standards mode for this one, right? https://github.com/llvm/llvm-project/pull/207785 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
