[all-commits] [llvm/llvm-project] 9287eb: [llvm-exegesis] Fix rGaf658d920e2b

Clement Courbet via All-commits all-commits at lists.llvm.org
Wed Nov 4 04:24:00 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9287eb352e6c8107de7b2714ed5e1ae89524adc2
      https://github.com/llvm/llvm-project/commit/9287eb352e6c8107de7b2714ed5e1ae89524adc2
  Author: Clement Courbet <courbet at google.com>
  Date:   2020-11-04 (Wed, 04 Nov 2020)

  Changed paths:
    M llvm/tools/llvm-exegesis/lib/X86/Target.cpp

  Log Message:
  -----------
  [llvm-exegesis] Fix rGaf658d920e2b

Add missing header.

```
../../llvm/tools/llvm-exegesis/lib/X86/Target.cpp(606,14): error: use of undeclared identifier '__readeflags'
    Eflags = __readeflags();
```




More information about the All-commits mailing list