Skip to content

deque header file missing with clang3.4 #127

@hasanur-rahman

Description

@hasanur-rahman

I am trying to build test programs with the below program:
python3 <LLFI_DST_ROOT>/test_suite/SCRIPTS/build_prog.py

But it shows me 'deque' file missing

The relevant output is below:


make[1]: Entering directory '/home/hasan/llfi-tool/llfi/test_suite/PROGRAMS/bfs'
/home/hasan/llfi-tool/llvm/bin/clang++ -emit-llvm -fno-use-cxa-atexit main.cpp -c -o main.bc
main.cpp:30:10: fatal error: 'deque' file not found
#include
^
1 error generated.
make[1]: *** [Makefile:25: main.bc] Error 1
make[1]: Leaving directory '/home/hasan/llfi-tool/llfi/test_suite/PROGRAMS/bfs'
make: *** [Makefile:6: all] Error 2
ERROR: Failed in building all programs

How can I make clang3.4 compatible with c++17 so that 'deque' header file is recognized.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions