Remove HERE macro
Some cleanup. Add location to some functions.
This commit is contained in:
+1
-1
@@ -328,7 +328,7 @@ struct MemoryManager1 : llvm::RTDyldMemoryManager
|
||||
|
||||
[[noreturn]] static void null()
|
||||
{
|
||||
fmt::throw_exception("Null function" HERE);
|
||||
fmt::throw_exception("Null function");
|
||||
}
|
||||
|
||||
llvm::JITSymbol findSymbol(const std::string& name) override
|
||||
|
||||
Reference in New Issue
Block a user