diff options
| -rw-r--r-- | llvm/lib/Transforms/IPO/FunctionImport.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/FunctionImport.cpp b/llvm/lib/Transforms/IPO/FunctionImport.cpp index 9489f8d699b..b122e8cb9e1 100644 --- a/llvm/lib/Transforms/IPO/FunctionImport.cpp +++ b/llvm/lib/Transforms/IPO/FunctionImport.cpp @@ -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).  | 

