[LLVMbugs] [Bug 6275] Clang doesn't codegen calls to dllimport functions properly
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Oct 14 19:02:05 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6275
NAKAMURA Takumi <geek4civic at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from NAKAMURA Takumi <geek4civic at gmail.com> 2010-10-14 21:02:05 CDT ---
Fixed in r116184.
Now we can see "declare dllimport void @foo(i32)" and "calll *__imp__foo"
with clang.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list