[llvm-commits] [llvm] r150508 - /llvm/trunk/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Tue Feb 14 14:22:31 PST 2012
>>> URL: http://llvm.org/viewvc/llvm-project?rev=150508&view=rev
>>> Log:
>>> Fixing warning due to the new "UTD return type in extern 'C'".
>>>
>>> Patch by Matt Johnson
>>>
>>> Modified:
>>> llvm/trunk/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
I rather think we could get rid of "extern "C"" here.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120206/136821.html
...Takumi
More information about the llvm-commits
mailing list