mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
[Orc] Whitespace fix. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233048 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -48,10 +48,10 @@ private:
|
|||||||
if (auto GV = searchGVs(Name, ExportedSymbolsOnly)) {
|
if (auto GV = searchGVs(Name, ExportedSymbolsOnly)) {
|
||||||
// Create a std::string version of Name to capture here - the argument
|
// Create a std::string version of Name to capture here - the argument
|
||||||
// (a StringRef) may go away before the lambda is executed.
|
// (a StringRef) may go away before the lambda is executed.
|
||||||
// FIXME: Use capture-init when we move to C++14.
|
// FIXME: Use capture-init when we move to C++14.
|
||||||
std::string PName = Name;
|
std::string PName = Name;
|
||||||
JITSymbolFlags Flags = JITSymbolBase::flagsFromGlobalValue(*GV);
|
JITSymbolFlags Flags = JITSymbolBase::flagsFromGlobalValue(*GV);
|
||||||
auto GetAddress =
|
auto GetAddress =
|
||||||
[this, ExportedSymbolsOnly, PName, &B]() -> TargetAddress {
|
[this, ExportedSymbolsOnly, PName, &B]() -> TargetAddress {
|
||||||
if (this->EmitState == Emitting)
|
if (this->EmitState == Emitting)
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user