[PATCH] D45783: [DEBUGINFO, NVPTX] Render `-no-cuda-debug` LLVM option when required.

Eric Christopher via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 20 17:40:26 PDT 2018


echristo added a comment.

So, I'd really prefer not to set options via the backend option path. From here I think we should aim to take all of the options we added and having the asm printer in the backend know how to set them depending on the target. We could also add things to the IR metadata if necessary, but I'd like to avoid that if possible.

Thoughts?


Repository:
  rC Clang

https://reviews.llvm.org/D45783





More information about the cfe-commits mailing list