https://bugs.llvm.org/show_bug.cgi?id=52031

Lang Hames <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #6 from Lang Hames <[email protected]> ---
The proper place to catch this would be in the module verifier, which we do run
on every module in LLI. Unfortunately it doesn't seem to catch this bug. I
suspect that target-features attributes are opaque to the verifier, so it can't
recognize the incompatibility. I've filed https://llvm.org/PR52156 to
investigate making this detectable, but it's outside my wheelhouse -- we'll
have to wait for someone else to pick this up and run with it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to