Skip to content

Commit

Permalink
gn build: Define SANITIZER_COMMON_NO_REDEFINE_BUILTINS for ubsan_mini…
Browse files Browse the repository at this point in the history
…mal.

Matches the cmake build.

Reviewers: aeubanks

Reviewed By: aeubanks

Pull Request: llvm#88458
  • Loading branch information
pcc committed Jun 4, 2024
1 parent c852475 commit 7390bff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ static_library("ubsan_minimal") {
]
configs += [ "//llvm/utils/gn/build:crt_code" ]
sources = [ "ubsan_minimal_handlers.cpp" ]
defines = [ "SANITIZER_COMMON_NO_REDEFINE_BUILTINS" ]
}

0 comments on commit 7390bff

Please sign in to comment.