This revision was automatically updated to reflect the committed changes.
Closed by commit rL275377: Use hasFlag instead of hasArg (authored by dberris).
Changed prior to commit:
http://reviews.llvm.org/D22338?vs=63922&id=63923#toc
Repository:
rL LLVM
http://reviews.llvm.org/D22338
Files:
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
LGTM.
-eric
http://reviews.llvm.org/D22338
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/lis
dberris created this revision.
dberris added a reviewer: echristo.
dberris added a subscriber: cfe-commits.
Herald added a subscriber: mehdi_amini.
Fix the build to use hasFlag instead of hasArg for checking some flags.
http://reviews.llvm.org/D22338
Files:
lib/Driver/Tools.cpp
Index: lib/Dri