Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/CodeGen/CodeGenModule.cpp | ||
---|---|---|
586–588 | What is the flag default value? What does it mean to target none? |
clang/lib/CodeGen/CodeGenModule.cpp | ||
---|---|---|
586–588 |
Default value is COV_V4. COV_None is for device library, which needs to link with bitcode containing any code object version. COV_None is only specified with a clang -cc1 option which is used when compiling device library. |
Comment Actions
LGTM
Should the module flag name be amdgpu_code_object_version or amdhsa_code_object_version?
What is the flag default value? What does it mean to target none?