diff options
| author | Xiretza <xiretza@xiretza.xyz> | 2020-06-21 16:27:33 +0200 | 
|---|---|---|
| committer | Xiretza <xiretza@xiretza.xyz> | 2020-06-21 16:30:00 +0200 | 
| commit | a367281d30c2fbb3c942ce82440e78bbafeedc5d (patch) | |
| tree | 49a86b0e950102677174643b6da35b1387dbe91f /tests/arch | |
| parent | 992d694d39db859bd7b554126881be69f3cfcd2e (diff) | |
| download | yosys-a367281d30c2fbb3c942ce82440e78bbafeedc5d.tar.gz yosys-a367281d30c2fbb3c942ce82440e78bbafeedc5d.tar.bz2 yosys-a367281d30c2fbb3c942ce82440e78bbafeedc5d.zip | |
pyosys: Use C++11 override keyword for bindings
7191dd16 dropped the YS_OVERRIDE macro, but it was still being generated
by the python bindings generator, resulting in errors like these when
compiled with ENABLE_PYOSYS=1:
kernel/python_wrappers.cc:350:21: error: expected ‘;’ at end of member declaration
  350 |   virtual void help() YS_OVERRIDE;
      |                     ^
      |                      ;
kernel/python_wrappers.cc:350:23: error: ‘YS_OVERRIDE’ does not name a type
  350 |   virtual void help() YS_OVERRIDE;
      |                       ^~~~~~~~~~~
Diffstat (limited to 'tests/arch')
0 files changed, 0 insertions, 0 deletions
