diff options
author | Pavel Labath <labath@google.com> | 2018-06-12 13:26:43 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-06-12 13:26:43 +0000 |
commit | 38d9ff7a8a133b7c53f3680c80690d5081336dcd (patch) | |
tree | d2f20b0c6e0e7db15c54a2ec72cfd57db7f0bdd0 /llvm/lib/Support/Program.cpp | |
parent | dc4bd2e4419fd96842385b12ebe096c2929afc28 (diff) | |
download | llvm-38d9ff7a8a133b7c53f3680c80690d5081336dcd.zip llvm-38d9ff7a8a133b7c53f3680c80690d5081336dcd.tar.gz llvm-38d9ff7a8a133b7c53f3680c80690d5081336dcd.tar.bz2 |
Fix build error introduced in r334498
Some gcc versions (circa 4.9) do not accept initializing Expected
objects containing a reference to a function from a function.
Change the Expected object to contain function pointers to work around
this.
llvm-svn: 334501
Diffstat (limited to 'llvm/lib/Support/Program.cpp')
0 files changed, 0 insertions, 0 deletions