Remove the workaround so that by default code object v3 is enabled.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363076
91177308-0d34-0410-b5e6-
96231b3b80d8
llvm::StringRef OutputFilePrefix, const char *InputFileName) const {
// Construct llc command.
ArgStringList LlcArgs{InputFileName, "-mtriple=amdgcn-amd-amdhsa",
- "-filetype=obj", "-mattr=-code-object-v3",
+ "-filetype=obj",
Args.MakeArgString("-mcpu=" + SubArchName)};
// Extract all the -m options