aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-04 01:55:42 +0000
committerChris Lattner <sabre@nondot.org>2009-02-04 01:55:42 +0000
commitd429392285eaf0095aeb54700b1fd35fd7ef9560 (patch)
tree725d4c7ec320bb76b0715e614bf3f611fbe1456f /llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
parent5177d3ee8f4c6e760bd6e33413cc0027bef02f13 (diff)
downloadllvm-d429392285eaf0095aeb54700b1fd35fd7ef9560.zip
llvm-d429392285eaf0095aeb54700b1fd35fd7ef9560.tar.gz
llvm-d429392285eaf0095aeb54700b1fd35fd7ef9560.tar.bz2
add really really trivial #line support, where #line now makes every
location below it report as coming from the #line location. For example, with: #line 92 "foo.h" #warning blarg! #warning blarg! we now emit: foo.h:92:2: warning: #warning blarg! #warning blarg! ^ foo.h:92:2: warning: #warning blarg! #warning blarg! ^ llvm-svn: 63709
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
0 files changed, 0 insertions, 0 deletions