[clang] fd251d9 - [clang][patch] Remove erroneous run line committed in D102343

Melanie Blower via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 29 09:42:34 PDT 2021


Author: Melanie Blower
Date: 2021-07-29T12:42:04-04:00
New Revision: fd251d903b9b1bc8305736fc78764521cd86f8d3

URL: https://github.com/llvm/llvm-project/commit/fd251d903b9b1bc8305736fc78764521cd86f8d3
DIFF: https://github.com/llvm/llvm-project/commit/fd251d903b9b1bc8305736fc78764521cd86f8d3.diff

LOG: [clang][patch] Remove erroneous run line committed in D102343

Added: 
    

Modified: 
    clang/test/CodeGen/fp-floatcontrol-class.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/fp-floatcontrol-class.cpp b/clang/test/CodeGen/fp-floatcontrol-class.cpp
index 8c2e60c2a9c3..83a27cb206eb 100644
--- a/clang/test/CodeGen/fp-floatcontrol-class.cpp
+++ b/clang/test/CodeGen/fp-floatcontrol-class.cpp
@@ -1,4 +1,3 @@
-// RUN: %clang_cc1 -ffp-contract=on -triple %itanium_abi_triple -emit-llvm -o - %s | FileCheck %s
 // RUN: %clang_cc1 -ffp-contract=on -triple x86_64-linux-gnu -emit-llvm -o - %s | FileCheck %s
 // Verify that float_control does not pertain to initializer expressions
 


        


More information about the cfe-commits mailing list