Skip to content

Commit

Permalink
Remove chigraph macro from non-chigraph code
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Apr 30, 2017
1 parent d3d835b commit 696c2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chi-ctollvm/ctollvm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ std::unique_ptr<CompilerInvocation> createInvocationFromCommandLineBackport (
}

const driver::Command &Cmd =
#if LLVM_VERSION_LESS_EQUAL(3, 5)
#if LLVM_VERSION_MAJOR <= 3 && LLVM_VERSION_MINOR <= 5
*
#endif
cast<driver::Command>(*Jobs.begin());
Expand Down

0 comments on commit 696c2b9

Please sign in to comment.