[all-commits] [llvm/llvm-project] 8dd5ef: [clang-repl] Better match the underlying architect...
Vassil Vassilev via All-commits
all-commits at lists.llvm.org
Tue May 18 12:15:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dd5ef01ef13e402784bba47f7a24175f5f00325
https://github.com/llvm/llvm-project/commit/8dd5ef01ef13e402784bba47f7a24175f5f00325
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
M clang/lib/Interpreter/IncrementalParser.cpp
M clang/lib/Interpreter/Interpreter.cpp
Log Message:
-----------
[clang-repl] Better match the underlying architecture.
In cases where -fno-integrated-as is specified we should overwrite the
EmitAssembly action as well.
We also should rely on the target triple from the process at least until we
implement out-of-process execution.
This patch should improve clang-repl on AIX.
Discussion available at: https://reviews.llvm.org/D96033
Differential revision: https://reviews.llvm.org/D102688
More information about the All-commits
mailing list