[PATCH] D31349: IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata.

John McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 15:26:25 PDT 2017


rjmccall added a comment.

Clang side of this is fine.

Conceptually, I guess this is an uncommonly-enough-used extension that we can just change it without breaking too many frontends.  I feel like you should probably check for the old module flag in the verifier, though; this is not something we should be silently ignoring.


https://reviews.llvm.org/D31349





More information about the llvm-commits mailing list