Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/CodeGen/CodeGenModule.cpp | ||
---|---|---|
590–591 | What is the flag default value? What does it mean to target none? |
clang/lib/CodeGen/CodeGenModule.cpp | ||
---|---|---|
590–591 |
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?