Merge changes I26198187,Ia904d07b
* changes: rust: Support MTE memtag_heap sanitizer rust: Support global sanitizers
This commit is contained in:
@@ -34,6 +34,7 @@ type BinaryCompilerProperties struct {
|
||||
type binaryInterface interface {
|
||||
binary() bool
|
||||
staticallyLinked() bool
|
||||
testBinary() bool
|
||||
}
|
||||
|
||||
type binaryDecorator struct {
|
||||
@@ -172,3 +173,7 @@ func (binary *binaryDecorator) binary() bool {
|
||||
func (binary *binaryDecorator) staticallyLinked() bool {
|
||||
return Bool(binary.Properties.Static_executable)
|
||||
}
|
||||
|
||||
func (binary *binaryDecorator) testBinary() bool {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user