diff options
author | Sean Silva <chisophugis@gmail.com> | 2016-03-31 01:47:33 +0000 |
---|---|---|
committer | Sean Silva <chisophugis@gmail.com> | 2016-03-31 01:47:33 +0000 |
commit | 24d7e2e869f70d1255062562b80ad209ca1ce835 (patch) | |
tree | 4c2593aebc5448dace8f1e578d97a8b99785cd7e /clang/lib/Driver/Tools.cpp | |
parent | f4d7688e4bccb2fda5c02ed1f75293d7f8807816 (diff) | |
download | bcm5719-llvm-24d7e2e869f70d1255062562b80ad209ca1ce835.tar.gz bcm5719-llvm-24d7e2e869f70d1255062562b80ad209ca1ce835.zip |
Fix case confusion.
The test case was defining and using a function 'notExported()', but
the FileCheck checks were checking for the name 'not_exported'. This
changes the test to use 'notExported' across the board. Also, the test
defined a function 'not_defined()', but doesn't have any checks related
to it. For consistency, this name is changed to 'notDefined'. A later
commit will add checks for 'notDefined'.
Patch by Warren Ristow!
llvm-svn: 264984
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions