forked from OSchip/llvm-project
FunctionImport: fix typo '#ifndef NDEBUG' instead of '#ifndef DEBUG'
llvm-svn: 290437
This commit is contained in:
parent
28f00aab73
commit
9a9077fdad
|
@ -697,7 +697,7 @@ Expected<bool> FunctionImporter::importFunctions(
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef DEBUG
|
||||
#ifndef NDEBUG
|
||||
// Note: this can't be done after `renameModuleForThinLTO` as it leaves the
|
||||
// module in a state that does not pass the verifier (for example aliases
|
||||
// pointing to available_externally functions).
|
||||
|
|
Loading…
Reference in New Issue