[PATCH] D123845: [BPF] Enable IAS in backend

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 23:17:45 PDT 2022


yonghong-song added a comment.

The `UseIntegratedAssembler = false` is added with the following commit,

  commit d2e5157c1f0b1953c5166c1d656ac71e840615a4
  Author: Fangrui Song <i at maskray.me>
  Date:   Sat Apr 11 10:01:36 2020 -0700
  
      [MC] Add UseIntegratedAssembler = false. NFC

Do you know what changed to remove `UseIntegratedAssembler = false;`? Does this change has any real impact on BPF backend?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123845/new/

https://reviews.llvm.org/D123845



More information about the llvm-commits mailing list