mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 00:31:30 +08:00
GCN – call assembler with -mattr=-code-object-v3 (PR93409)
PR bootstrap/93409 * config/gcn/gcn-hsa.h (ASM_SPEC): Add -mattr=-code-object-v3 as LLVM's assembler changed the default in version 9.
This commit is contained in:
parent
11ffae5847
commit
165255c7a5
@ -1,3 +1,9 @@
|
||||
2020-01-29 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
PR bootstrap/93409
|
||||
* config/gcn/gcn-hsa.h (ASM_SPEC): Add -mattr=-code-object-v3 as
|
||||
LLVM's assembler changed the default in version 9.
|
||||
|
||||
2020-01-24 Jeff Law <law@redhat.com>
|
||||
|
||||
PR tree-optimization/89689
|
||||
|
@ -76,7 +76,7 @@ extern unsigned int gcn_local_sym_hash (const char *name);
|
||||
#define GOMP_SELF_SPECS ""
|
||||
|
||||
/* Use LLVM assembler and linker options. */
|
||||
#define ASM_SPEC "-triple=amdgcn--amdhsa " \
|
||||
#define ASM_SPEC "-triple=amdgcn--amdhsa -mattr=-code-object-v3 " \
|
||||
"%:last_arg(%{march=*:-mcpu=%*}) " \
|
||||
"-filetype=obj"
|
||||
/* Add -mlocal-symbol-id=<source-file-basename> unless the user (or mkoffload)
|
||||
|
Loading…
x
Reference in New Issue
Block a user