mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
Correct strange whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d96c60df3f
commit
b454eabe7f
@ -86,7 +86,7 @@ lto_module_is_object_file(const char* path);
|
||||
*/
|
||||
extern bool
|
||||
lto_module_is_object_file_for_target(const char* path,
|
||||
const char* target_triple_prefix);
|
||||
const char* target_triple_prefix);
|
||||
|
||||
|
||||
/**
|
||||
|
@ -108,7 +108,7 @@ MemoryBuffer* LTOModule::makeBuffer(const void* mem, size_t length)
|
||||
|
||||
|
||||
LTOModule* LTOModule::makeLTOModule(const void* mem, size_t length,
|
||||
std::string& errMsg)
|
||||
std::string& errMsg)
|
||||
{
|
||||
OwningPtr<MemoryBuffer> buffer(makeBuffer(mem, length));
|
||||
if ( !buffer )
|
||||
|
Loading…
x
Reference in New Issue
Block a user