forked from OSchip/llvm-project
parent
e8e7555b10
commit
d509fcf4f4
|
@ -569,6 +569,9 @@ public:
|
|||
return getArch() == Triple::nvptx || getArch() == Triple::nvptx64;
|
||||
}
|
||||
|
||||
/// Tests wether the target supports comdat
|
||||
bool supportsCOMDAT() const { return !isOSBinFormatMachO(); }
|
||||
|
||||
/// @}
|
||||
/// @name Mutators
|
||||
/// @{
|
||||
|
|
Loading…
Reference in New Issue