diff options
| author | Steve Naroff <snaroff@apple.com> | 2007-10-18 23:53:51 +0000 |
|---|---|---|
| committer | Steve Naroff <snaroff@apple.com> | 2007-10-18 23:53:51 +0000 |
| commit | 684dc4107f6c2e42c404929bbf1f410f70d9aeb0 (patch) | |
| tree | a4c6e2f06f971801f891bcbcd46bb9e8c057ade8 /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
| parent | 04746ce6f9fb9ad658e50913f36ca6594eca3105 (diff) | |
| download | bcm5719-llvm-684dc4107f6c2e42c404929bbf1f410f70d9aeb0.tar.gz bcm5719-llvm-684dc4107f6c2e42c404929bbf1f410f70d9aeb0.zip | |
Fix the previous (short lived:-) FIXME.
I didn't realize that GCC considers this a hard error (I thought it was built-in).
Since it's not, we should simply emit an error.
[dylan:~/llvm/tools/clang] admin% cc -c trivial.m
trivial.m:6: error: cannot find interface declaration for 'NSConstantString'
[administrators-powerbook59:~/llvm/tools/clang] admin% ../../Debug/bin/clang trivial.m
trivial.m:6:16: error: cannot find interface declaration for 'NSConstantString'
NSString *s = @"123";
^
1 diagnostic generated.
llvm-svn: 43157
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
0 files changed, 0 insertions, 0 deletions

