Commit Graph

12 Commits

Author SHA1 Message Date
Oliver Chang d6022d14da
Opt in all Google GitHub projects into GitHub issue filing. (#7531) 2022-04-11 13:40:12 +10:00
Tonko Sabolčec 06c8dcb618
[lldb-eval] Fix build failure after upgrade to Ubuntu 20.04 (#6511) 2021-09-22 20:28:51 +01:00
jonathanmetzman 03d18372d5
Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313)
This reverts commit 878c32419c.

Related: #6180
2021-08-26 09:53:49 -07:00
Oliver Chang 878c32419c
Revert "[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)" (#6306)
This reverts commit 5549d804b3.
2021-08-26 15:42:34 +10:00
jonathanmetzman 5549d804b3
[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)
Fix projects so they don't break with upgrade.
These fixes are likely not backwards compatible and will fail on
Ubuntu 16.04.
Related: #6180
2021-08-25 22:14:52 -07:00
jonathanmetzman b678e07170
[Ubuntu upgade][lldb-eval] Install python to partially fix build (#6289)
There are still other issues preventing lldb-eval from building.
Related: #6180
2021-08-24 10:08:09 -07:00
Tonko Sabolčec b0256d71d5
[lldb-eval] Disable leak reports (#6067) 2021-07-19 07:31:06 -07:00
Tonko Sabolčec 3b5f88cbf1
Add lldb vs lldb-eval fuzz target (#6013) 2021-07-08 18:23:07 +01:00
Andy Hippo f43633e0ec
[lldb-eval] Upgrade to LLVM-12 and enable undefined sanitizer (#5952)
* Upgrade to LLVM-12 and enable undefined sanitizer (#1)

* Upgrade to LLVM-12
* Enable undefined sanitizer

* Fix missing scope
2021-06-21 11:08:11 +01:00
Andy Hippo 5e5b73fc81
[lldb-eval] Copy libs by "value" (#5930)
An attempt to resolve coverage build issue #5909
2021-06-17 13:46:51 +00:00
Andy Hippo 90f3d39165
Make wget invocations less verbose (#5884)
Remove `--show-progress` option for `wget` invocations. In OSS-Fuzz logs every progress update is logged as a separate line, so the build log is looooooooong.
2021-06-07 09:50:17 +01:00
Tonko Sabolčec 4fb4850860
[lldb-eval] Initial integration (#5831)
* [lldb-eval] Initial integration

* Update project.yaml

* Add missing license headers

* Update Dockerfile

* Update build.sh

* Update project.yaml

* Use prebuilt LLVM, Clang and LLDB libraries

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2021-06-01 16:59:42 +00:00