[PATCH] D17065: Defer CWD in MCContext lookup as late as possible.

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 15:31:10 PDT 2016


Eric Christopher <echristo at gmail.com> writes:
> On Mon, Mar 21, 2016 at 10:31 PM Chandler Carruth <chandlerc at gmail.com> wrote:
>> On Mon, Mar 21, 2016 at 9:32 PM Justin Bogner <mail at justinbogner.com> wrote:
>>> I think we just want to remove the call to current_path in
>>> LLVMContext's constructor and add a call to setCompilationDir
>>> in llvm-mc, like in the attached patch. WDYT?
>>
>> LGTM, but should probably confirm with Eric as well.
>
> I'm good with this.

r264109. Thanks!


More information about the llvm-commits mailing list