Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm
llvm/test/DebugInfo/COFF/global-constants.ll | ||
---|---|---|
66 | So, we actually already had a test for this, but didn't notice the mismatch during review. Oops. :) |
Comment Actions
I think we want to emit floats as unsigned, so add a function to check if the
constant is a float.
So, we actually already had a test for this, but didn't notice the mismatch during review. Oops. :)