Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Please always cc the mailing list.
lgtm with comment
unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp | ||
---|---|---|
26 ↗ | (On Diff #96961) | The intptr_t construction looks a little odd to me like that. I think (void*)(intptr_t)TestA would be nicer. |