forked from OSchip/llvm-project
Fix this regex to match what llvmgcc4 produces also
llvm-svn: 27673
This commit is contained in:
parent
4aa3001625
commit
612e84dd8b
|
@ -1,4 +1,4 @@
|
|||
// RUN: %llvmgcc -xc %s -S -o - | grep 'ctor_.* constant '
|
||||
// RUN: %llvmgcc -xc %s -S -o - | grep 'internal constant '
|
||||
|
||||
// The synthetic global made by the CFE for big initializer should be marked
|
||||
// constant.
|
||||
|
|
Loading…
Reference in New Issue